home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / pchelp.arc / PAUSE2.### < prev    next >
Text File  |  1985-01-21  |  708b  |  24 lines

  1. COMMAND:  PAUSE2                                DOCUMENTATION : On-line
  2.  
  3. FUNCTION: Suspends system processing from a batch file, displays a message,
  4.           and waits for a response from the user.
  5.  
  6. FORMAT:   PAUSE2 text
  7.  
  8. TYPE:     Public domain batch sub-command
  9.  
  10. REMARKS:  PAUSE2 is an enhanced version of the DOS batch sub-command PAUSE
  11.           that gives the user control over the message displayed, allows
  12.           beeps to be included, and then waits for the user to press any key.
  13.           The required message 'text' can include ^G (Ctrl-G) to beep the
  14.           speaker once for each time ^G appears. Program execution resumes
  15.           when any key is pressed.
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.